home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’97 / Warrior’s Progress / source code / Source / Libraries / Files / Volume.h < prev    next >
Encoding:
Text File  |  1997-06-28  |  129 b   |  16 lines  |  [TEXT/CWIE]

  1. // Volume.h
  2.  
  3. #ifndef Volume_h
  4. #define Volume_h
  5.  
  6. class Volume
  7.   {
  8.     
  9.     void Unmount();
  10.     void Eject();
  11.     void Flush();
  12.     
  13.   };
  14.  
  15. #endif
  16.